home *** CD-ROM | disk | FTP | other *** search
/ Your PC Made Easy Bonus / Your PC Made Easy Bonus.iso / PCMadeEasy.exe / 0 / RCDATA / TFRMCREDITS / TFRMCREDITS.txt < prev   
Text File  |  2002-05-28  |  832b  |  41 lines

  1. object frmCredits: TfrmCredits
  2.   Left = 414
  3.   Top = 279
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Credits'
  6.   ClientHeight = 251
  7.   ClientWidth = 363
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgCredits: TImage
  22.     Left = 8
  23.     Top = 8
  24.     Width = 352
  25.     Height = 92
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.     OnClick = pnlCreditsClick
  29.   end
  30.   object pnlCredits: TPanel
  31.     Left = 0
  32.     Top = 104
  33.     Width = 361
  34.     Height = 145
  35.     BevelOuter = bvNone
  36.     Caption = 'pnlCredits'
  37.     TabOrder = 0
  38.     OnClick = pnlCreditsClick
  39.   end
  40. end
  41.